Overview
Index
Root resource
summary:
resource
|
method
detail:
method
Path:
/
workflows
/
{wid}
/
executions
/
{eid}
/ steps
Path parameters:
wid
-
eid
-
Resources
Name
Description
{stid}
Method Summary
Resource
Description
GET /workflows/{wid}/executions/{eid}/steps
Method Detail
HTTP Example:
GET /workflows/{wid}/executions/{eid}/steps
API Example:
WorkflowResource.getSteps({'wid': …,
'eid': …});
Output:
java.util.List<edu.illinois.ncsa.datawolf.domain.WorkflowStep>
Produces:
application/json
Overview
Index
Root resource
summary:
resource
|
method
detail:
method